* lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Jun 2013 02:31:28 +0000 (22:31 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Jun 2013 02:31:28 +0000 (22:31 -0400)
commit87a9ae593d08a74cf34e504244653b85562e8b28
tree59c4539c0a7611963a48499825d01e1549f81ee0
parent442777a291de0f1fc1f5c5523b63843c1e9693aa
* lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
(byte-compile-preprocess): Use it.
(byte-compile-file-form-defalias): Try a bit harder to use macros we
can't quite recognize.
(byte-compile-add-to-list): Remove.
* lisp/emacs-lisp/cconv.el (cconv-warnings-only): New function.
(cconv-closure-convert): Add assertion.

* lisp/emacs-lisp/map-ynp.el: Use lexical-binding.
(map-y-or-n-p): Remove unused vars `tail' and `object'.
Factor out some repeated code.
* etc/NEWS (utf-8 for el): Move to the incompatible section.
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/map-ynp.el